home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / demos / msh / 2d.dir / 00016_Script_16 < prev    next >
Text File  |  1995-11-29  |  147b  |  10 lines

  1. on exitFrame
  2.   global count
  3.   if count<2 then
  4.     put count+1 into count
  5.     go to frame "po"
  6.   else
  7.     go to the frame+1
  8.   end if
  9.   
  10. end